home *** CD-ROM | disk | FTP | other *** search
- ; ---- symantec.itools.awt.Spinner abstract parent class ----
-
- ; 01/29/97 TWB Integrated changes from Macintosh
-
- BASECLASS=java.awt.Component
- CLASS=symantec.itools.awt.Spinner
-
- PROPERTY=Enum, "Orientation", "Orientation", "ORIENTATION_VERTICAL", "ORIENTATION_VERTICAL=0, ORIENTATION_HORIZONTAL=1"
- ;PROPERTY=Integer, "Style", "Style"
- PROPERTY=Integer, "Minimum", "Min", ""
- PROPERTY=Integer, "Maximum", "Max", ""
- PROPERTY=Integer, "Value", "Current", ""
- PROPERTY=Boolean, "Editable", "Editable", ""
- PROPERTY=Boolean, "Wrappable", "Wrappable", ""
-
- AWTEVENT=ACTION
- AWTEVENT=MOUSE
- AWTEVENT=KEYBOARD
-
- CONNECTION=output, "int", "", "%name%.getValue()", "Get the value of the %class%"
- CONNECTION=input, "boolean","", "%name%.setEditable(%arg%)", "Set the text editability"
- CONNECTION=input, "void", "", "%name%.setEditable(true)", "Make the text editable"
- CONNECTION=input, "void", "", "%name%.setEditable(false)", "Make the text non-editable"
- CONNECTION=output,"boolean","", "%name%.getEditable()", "Is the text editable?"
- CONNECTION=output,"boolean","", "!%name%.getEditable()", "Is the text non-editable?"
- CONNECTION=input, "boolean","", "%name%.setWrappable(%arg%);", "Set the wrappablity"
- CONNECTION=input, "void", "", "%name%.setWrappable(true);", "Make the %class% wrappable"
- CONNECTION=input, "void", "", "%name%.setWrappable(false);", "Make the %class% non-wrappable"
- CONNECTION=output,"boolean","", "%name%.getWrappable()", "Is the %class% wrappable?"
- CONNECTION=output,"boolean","", "!%name%.getWrappable()", "Is the %class% non-wrappable?"
- CONNECTION=input, "int", "", "%name%.setMin(%arg%);", "Set the minimum value"
- CONNECTION=output, "int", "", "%name%.getMin()", "Get the minimum value"
- CONNECTION=input, "int", "", "%name%.setMax(%arg%);", "Set the maximum value"
- CONNECTION=output, "int", "", "%name%.getMax()", "Get the maximum value"
- CONNECTION=input, "int", "", "%name%.setCurrent(%arg%);", "Set the current index"
- CONNECTION=output, "int", "", "%name%.getCurrent()", "Get the current index"
- CONNECTION=input, "int", "", "%name%.setOrientation(%arg%);","Set the Orientation"
- CONNECTION=output, "int", "", "%name%.getOrientation()", "Get the Orientation"
- CONNECTION=output, "int", "", "%name%.ORIENTATION_VERTICAL", "ORIENTATION_VERTICAL"
- CONNECTION=output, "int", "", "%name%.ORIENTATION_HORIZONTAL","ORIENTATION_HORIZONTAL"
-
-
- ; ---- symantec.itools.awt.ListSpinner component ----
-
- BASECLASS=java.awt.Component
- CLASS=symantec.itools.awt.ListSpinner
-
- SMALLICON=components\ListSpinner.ico, "0"
- ICONSUITE=Icons, "168"
-
- FOLDER=Additional
- TOOLBAR=Additional
-
- PROPERTY=Enum, "Orientation", "Orientation", "ORIENTATION_VERTICAL", "ORIENTATION_VERTICAL=0, ORIENTATION_HORIZONTAL=1"
- PROPERTY=String[], "List Items", "ListItems", ""
- PROPERTY=Boolean, "Editable", "Editable", "false"
-
- AWTEVENT=ACTION
- AWTEVENT=MOUSE
- AWTEVENT=KEYBOARD
-
- CONNECTION=output, "String", "", "%name%.getCurrentText()", "Get the text of the current item"
- CONNECTION=input, "String", "", "%name%.addItem(%arg%);", "Add an item to the spinner list"
- CONNECTION=input, "void", "", "%name%.setEditable(true)", "Make the text editable"
- CONNECTION=input, "void", "", "%name%.setEditable(false)", "Make the text non-editable"
- CONNECTION=output,"boolean","", "%name%.getEditable()", "Is the text editable?"
- CONNECTION=output,"boolean","", "!%name%.getEditable()", "Is the text non-editable?"
- CONNECTION=input, "int", "", "%name%.setOrientation(%arg%);","Set the Orientation"
- CONNECTION=output, "int", "", "%name%.getOrientation()", "Get the Orientation"
- CONNECTION=output, "int", "", "%name%.ORIENTATION_VERTICAL", "ORIENTATION_VERTICAL"
- CONNECTION=output, "int", "", "%name%.ORIENTATION_HORIZONTAL","ORIENTATION_HORIZONTAL"
-
-
- ; ---- symantec.itools.awt.NumericSpinner component ----
-
- BASECLASS=java.awt.Component
- CLASS=symantec.itools.awt.NumericSpinner
-
- SMALLICON=components\NumericSpinner.ico, "0"
- ICONSUITE=Icons, "169"
-
- FOLDER=Additional
- TOOLBAR=Additional
-
- PROPERTY=Enum, "Orientation", "Orientation", "ORIENTATION_VERTICAL", "ORIENTATION_VERTICAL=0, ORIENTATION_HORIZONTAL=1"
- PROPERTY=Integer, "Increment", "Increment", "1"
- PROPERTY=Integer, "Minimum", "Min", "0"
- PROPERTY=Integer, "Maximum", "Max", "10"
- PROPERTY=Integer, "Value", "Current", "0"
-
- AWTEVENT=ACTION
- AWTEVENT=MOUSE
- AWTEVENT=KEYBOARD
-
- CONNECTION=input, "int", "", "%name%.setIncrement(%arg%);", "Set the spinner increment"
- CONNECTION=output, "int", "", "%name%.getIncrement()", "Get the spinner increment"
- CONNECTION=input, "int", "", "%name%.setMin(%arg%);", "Set the minimum value"
- CONNECTION=output, "int", "", "%name%.getMin()", "Get the minimum value"
- CONNECTION=input, "int", "", "%name%.setMax(%arg%);", "Set the maximum value"
- CONNECTION=output, "int", "", "%name%.getMax()", "Get the maximum value"
- CONNECTION=output, "int", "", "%name%.ORIENTATION_VERTICAL", "ORIENTATION_VERTICAL"
- CONNECTION=output, "int", "", "%name%.ORIENTATION_HORIZONTAL","ORIENTATION_HORIZONTAL"
-
-
- ; ---- symantec.itools.awt.spinner.DaySpinner component ----
-
- BASECLASS=java.awt.Component
- CLASS=symantec.itools.awt.util.spinner.DaySpinner
-
- SMALLICON=components\DaySpinner.ico, "0"
- ICONSUITE=Icons, "170"
-
- FOLDER=Additional
- ;TOOLBAR=Additional
-
- PROPERTY=Integer, "Minimum", "Min", "0"
- PROPERTY=Integer, "Maximum", "Max", "6"
- PROPERTY=Integer, "Value", "Current", "0"
-
- AWTEVENT=ACTION
- AWTEVENT=MOUSE
- AWTEVENT=KEYBOARD
-
- CONNECTION=output, "String", "", "%name%.getCurrentText()", "Get the text of the current item"
- CONNECTION=input, "int", "", "%name%.setOrientation(%arg%);","Set the Orientation"
- CONNECTION=output, "int", "", "%name%.getOrientation()", "Get the Orientation"
- CONNECTION=output, "int", "", "%name%.ORIENTATION_VERTICAL", "ORIENTATION_VERTICAL"
- CONNECTION=output, "int", "", "%name%.ORIENTATION_HORIZONTAL","ORIENTATION_HORIZONTAL"
-
-
- ; ---- symantec.itools.awt.spinner.MonthSpinner component ----
-
- BASECLASS=java.awt.Component
- CLASS=symantec.itools.awt.util.spinner.MonthSpinner
-
- SMALLICON=components\MonthSpinner.ico, "0"
- ICONSUITE=Icons, "171"
-
- FOLDER=Additional
- ;TOOLBAR=Additional
-
- PROPERTY=Integer, "Minimum", "Min", "0"
- PROPERTY=Integer, "Maximum", "Max", "11"
- PROPERTY=Integer, "Value", "Current", "0"
-
- AWTEVENT=ACTION
- AWTEVENT=MOUSE
- AWTEVENT=KEYBOARD
-
- CONNECTION=output, "String", "", "%name%.getCurrentText()", "Get the text of the current item"
- CONNECTION=input, "int", "", "%name%.setOrientation(%arg%);","Set the Orientation"
- CONNECTION=output, "int", "", "%name%.getOrientation()", "Get the Orientation"
- CONNECTION=output, "int", "", "%name%.ORIENTATION_VERTICAL", "ORIENTATION_VERTICAL"
- CONNECTION=output, "int", "", "%name%.ORIENTATION_HORIZONTAL","ORIENTATION_HORIZONTAL"
-
-